home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 April / SGI IRIX 6.5 Applications 2004 April.iso / dist / mozilla.idb / var / netscape / mozilla / chrome / ko-KR.jar / locale / ko-KR / venkman / venkman-output-locale.css < prev    next >
Cascading Style Sheet File  |  2003-07-06  |  2KB  |  56 lines

  1. /* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
  2.  *
  3.  * The contents of this file are subject to the Mozilla Public License
  4.  * Version 1.1 (the "License"); you may not use this file except in
  5.  * compliance with the License. You may obtain a copy of the License at
  6.  * http://www.mozilla.org/MPL/ 
  7.  * 
  8.  * Software distributed under the License is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  10.  * for the specific language governing rights and limitations under the
  11.  * License. 
  12.  *
  13.  * The Original Code is The JavaScript Debugger
  14.  * 
  15.  * The Initial Developer of the Original Code is
  16.  * Netscape Communications Corporation
  17.  * Portions created by Netscape are
  18.  * Copyright (C) 1998 Netscape Communications Corporation.
  19.  *
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU Public License (the "GPL"), in which case the
  22.  * provisions of the GPL are applicable instead of those above.
  23.  * If you wish to allow use of your version of this file only
  24.  * under the terms of the GPL and not to allow others to use your
  25.  * version of this file under the MPL, indicate your decision by
  26.  * deleting the provisions above and replace them with the notice
  27.  * and other provisions required by the GPL.  If you do not delete
  28.  * the provisions above, a recipient may use your version of this
  29.  * file under either the MPL or the GPL.
  30.  *
  31.  * Contributor(s):
  32.  *  Robert Ginda, <rginda@netscape.com>, original author
  33.  *
  34.  */
  35.  
  36. /*
  37.  * Note to translators: Only localize the text after "content:", don't touch
  38.  * the [msg-type="FOO"] selectors.
  39.  */
  40.  
  41. .msg-data[msg-type="HELP"]:before {
  42.     content: "Help:";
  43. }
  44.  
  45. .msg-data[msg-type="USAGE"]:before {
  46.     content: "Usage:";
  47. }
  48.  
  49. .msg-data[msg-type="LOG"]:before {
  50.     content: "LOG:";
  51. }
  52.  
  53. .msg-data[msg-type="ETRACE"]:before {
  54.     content: "X";  /* X is a mnemonic for eXception */
  55. }
  56.